home *** CD-ROM | disk | FTP | other *** search
- unit Document;
-
- interface
-
- implementation
-
- end.
-
- { Set up min and max values so that the default is the min an max for
- that data type. When data type changes, check values and adjust if
- either one outside proper range.
-
-
- Set up linked field so that when true list boxes appear listing
- currently available tables and fields
-
- set up the length field to default to the maximum value for the
- type of field: 255 for string, 32K for memo, etc.
-
- Deal with indexed fields...
-
- }
-